home *** CD-ROM | disk | FTP | other *** search
Wrap
package { import mx.resources.ResourceBundle; public class controls_properties extends ResourceBundle { public function controls_properties() { super(); } override protected function getContent() : Object { var _loc1_:Object = null; _loc1_ = {}; _loc1_["undefinedParameter"] = "CuePoint parameter undefined."; _loc1_["nullURL"] = "Null URL sent to VideoPlayer.load."; _loc1_["incorrectType"] = "Type must be 0, 1 or 2."; _loc1_["okLabel"] = "OK"; _loc1_["unsortedCuePoint"] = "Unsorted cuePoint found after time: \'{0}\'."; _loc1_["noLabel"] = "No"; _loc1_["wrongNumParams"] = "Num params must be number."; _loc1_["wrongDisabled"] = "Disabled must be number."; _loc1_["wrongTime"] = "Time must be number."; _loc1_["dayNamesShortest"] = "S, M, T, W, T, F, S"; _loc1_["cannotSwitchRTMP"] = "Cannot switch between multiple absolute RTMP URLs. Must use meta tag base attribute."; _loc1_["wrongType"] = "Type must be number."; _loc1_["unhandledEvent"] = "Unhandled MenuEvent."; _loc1_["firstDayOfWeek"] = "0"; _loc1_["rootNotSMIL"] = "URL: \"\'{0}\'\" Root node not smil: \'{1}\'."; _loc1_["nameNotFound"] = "Base RTMP URL must include application name: \'{0}\'."; _loc1_["errorMessages"] = "No bitrate match, must be no Cannot delete default VideoPlayer."; _loc1_["missingParameter"] = "Fpad URL must include uri parameter: \'{0}\'."; _loc1_["rootNotFound"] = "URL: \"\'{0}\'\" No root node found; if file is an flv, it must have a .flv extension."; _loc1_["unexpectedEnd"] = "Unexpected end of cuePoint param string."; _loc1_["errWrongContainer"] = "ERROR: The dataProvider of \'{0}\' must not contain objects of type flash.display.DisplayObject."; _loc1_["invalidCall"] = "Cannot call reconnect on an http connection."; _loc1_["cancelLabel"] = "Cancel"; _loc1_["errWrongType"] = "ERROR: The dataProvider of \'{0}\' must be String, ViewStack, Array, or IList."; _loc1_["badArgs"] = "Bad args to _play."; _loc1_["missingRoot"] = "URL: \"\'{0}\'\" No root node found; if URL is for an flv, it must have a .flv extension and take no parameters."; _loc1_["notLoadable"] = "Unable to load \'{0}\'."; _loc1_["wrongName"] = "Name cannot be undefined or null."; _loc1_["wrongTimeName"] = "Time must be number and/or name must not be undefined or null."; _loc1_["yesLabel"] = "Yes"; _loc1_["wrongURL"] = "When using meta tag base attribute, cannot use absolute URLs for video or ref tag src attributes."; _loc1_["undefinedArray"] = "CuePoint.array undefined."; _loc1_["missingProxy"] = "URL: \"\'{0}\'\" fpad xml requires proxy tag."; _loc1_["unknownInput"] = "Unknown inputType \'{0}\'."; _loc1_["missingAttributeSrc"] = "URL: \"\'{0}\'\" Attribute src is required in \'{1}\' tag."; _loc1_["yearSymbol"] = " "; _loc1_["outOfRange"] = "Index out of range."; _loc1_["wrongIndex"] = "CuePoint.index must be number between -1 and cuePoint.array.length."; _loc1_["notImplemented"] = "\'{0}\' not implemented yet."; _loc1_["label"] = "LOADING %3%%"; _loc1_["wrongFormat"] = "Unexpected cuePoint parameter format."; _loc1_["tagNotFound"] = "URL: \"\'{0}\'\" At least one video of ref tag is required."; _loc1_["cannotSwitchFPAD"] = "Cannot switch between multiple absolute fpad URLs. Must use meta tag base attribute."; _loc1_["unsupportedMode"] = "IMEMode:{0} not supported."; _loc1_["cannotDisable"] = "Cannot disable actionscript cue points."; _loc1_["missingAttributes"] = "URL: \"\'{0}\'\" Tag \'{1}\' requires attributes id, width, and height. Width and height must be numbers greater than or equal to 0."; _loc1_["notfpad"] = "URL: \"\'{0}\'\" Root node not fpad."; _loc1_["wrongParameter"] = "Fpad URL uri parameter must be rtmp URL: \'{0}\'."; _loc1_["illegalAttributes"] = "Illegal meta tag base attribute: \'{0}\'."; return _loc1_; } } }